home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / LAPLACE / IDEM.DXR / Info_16_Ex Quiting Joke.ls < prev    next >
Encoding:
Text File  |  1996-10-10  |  147 b   |  9 lines

  1. on exitFrame
  2.   set ParLa to the frame
  3.   if rollOver(6) then
  4.     puppetSound("AHOUAIS.AIF")
  5.     set ParLa to the frame + 1
  6.   end if
  7.   go(ParLa)
  8. end
  9.